home *** CD-ROM | disk | FTP | other *** search
- Path: galaxy.ucr.edu!not-for-mail
- From: dtrapp@cs.ucr.edu (Darren Lee Trapp)
- Newsgroups: comp.lang.c++
- Subject: MS Visual C++ 2.0 Name Mangling
- Date: 29 Jan 1996 22:10:39 GMT
- Organization: University of California, Riverside
- Message-ID: <4ejgkv$60t@galaxy.ucr.edu>
- NNTP-Posting-Host: cs.ucr.edu
- X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
-
- I am trying to prevent MS Visual C++ 2.0 from mangling names when linking
- to a .lib file. I have tried selecting '_fastcall' code generation but
- the linker still is looking for '_name@0'.
-
- Any ideas would be appreciated.
-
- Mail replys to
-
- dtrapp@cs.ucr.edu
-
-